home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_426 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  356 b   |  14 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(eval("_level0:" add eval("_level0:focus") add "_module") eq "hp")
  7.    {
  8.       set("_level40/sound/lib:sound","292");
  9.       call("_level40/sound/lib:play");
  10.       path = "_level15/" add _name.substr("1","2") add "/hp/codelib";
  11.       call(path add ":back");
  12.    }
  13. }
  14.